GoXam for WPF v3
ModifyLinkLabelKey Method
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : ModifyLinkLabelKey Method
the link data to be modified
the new label data's NodeKey
This method actually implements the modification of a link data to change the reference to the "label" node data.
Syntax
protected virtual void ModifyLinkLabelKey( 
   LinkType linkdata,
   NodeKey linklabelkey
)

Parameters

linkdata
the link data to be modified
linklabelkey
the new label data's NodeKey
Remarks
This method can be overridden in case the LinkLabelNodePath property path is not flexible enough or fast enough to get the node and port for a link.
See Also

Reference

GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class
GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Members